[INFO] cloning repository https://github.com/Leejaywell/Atlas
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Leejaywell/Atlas" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeejaywell%2FAtlas", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeejaywell%2FAtlas'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d5e1431c3dd0cf3cc08177804c17e6b1d4808ee1
[INFO] checking Leejaywell/Atlas against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeejaywell%2FAtlas" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Leejaywell/Atlas
[INFO] finished tweaking git repo https://github.com/Leejaywell/Atlas
[INFO] tweaked toml for git repo https://github.com/Leejaywell/Atlas written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Leejaywell/Atlas on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Leejaywell/Atlas already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c
[INFO] running `Command { std: "docker" "start" "438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling cranelift-isle v0.113.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling quick-xml v0.28.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.113.1
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.113.1
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling xcb v1.7.0
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling wayland-scanner v0.30.1
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling wayland-backend v0.1.2
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling weedle2 v5.0.0
[INFO] [stderr]     Checking cranelift-control v0.113.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling battery v0.7.8
[INFO] [stderr]     Checking leb128 v0.2.6
[INFO] [stderr]    Compiling luajit-src v210.5.12+a4f56a4
[INFO] [stderr]     Checking wasm-encoder v0.218.1
[INFO] [stderr]    Compiling uniffi_core v0.28.3
[INFO] [stderr]     Checking uom v0.30.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling mlua-sys v0.6.8
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling cranelift-codegen v0.113.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking sysinfo v0.30.13
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking evalexpr v11.3.1
[INFO] [stderr]     Checking wasm-encoder v0.252.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling uniffi_checksum_derive v0.28.3
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling uniffi_meta v0.28.3
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v26.0.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling goblin v0.8.2
[INFO] [stderr]    Compiling wasmtime v26.0.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking memfd v0.6.5
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v26.0.1
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking wasmtime-asm-macros v26.0.1
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking wasmtime-slab v26.0.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking wast v252.0.0
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking cranelift-bitset v0.113.1
[INFO] [stderr]    Compiling cargo_metadata v0.15.4
[INFO] [stderr]     Checking cranelift-entity v0.113.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking cranelift-bforest v0.113.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking display-info v0.4.8
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking dbus v0.9.11
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking uniffi_testing v0.28.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking uniffi_udl v0.28.3
[INFO] [stderr]     Checking wayland-client v0.30.2
[INFO] [stderr]    Compiling uniffi_macros v0.28.3
[INFO] [stderr]     Checking wayland-protocols v0.30.1
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]     Checking uniffi_bindgen v0.28.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking regalloc2 v0.10.2
[INFO] [stderr]     Checking wasmparser v0.218.1
[INFO] [stderr]     Checking wat v1.252.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.1.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking mlua v0.9.9
[INFO] [stderr]     Checking wasmprinter v0.218.1
[INFO] [stderr]     Checking libwayshot v0.2.0
[INFO] [stderr]     Checking screenshots v0.8.10
[INFO] [stderr]     Checking atlas-core v0.1.0 (/opt/rustwide/workdir/crates/atlas-core)
[INFO] [stderr]     Checking wasmtime-environ v26.0.1
[INFO] [stderr]     Checking uniffi v0.28.3
[INFO] [stderr]     Checking uniffi-swift-bindgen v0.1.0 (/opt/rustwide/workdir/tools/uniffi-swift-bindgen)
[INFO] [stderr]    Compiling uniffi_build v0.28.3
[INFO] [stderr]    Compiling atlas-ffi v0.1.0 (/opt/rustwide/workdir/crates/atlas-ffi)
[INFO] [stderr]     Checking cranelift-native v0.113.1
[INFO] [stderr]     Checking cranelift-frontend v0.113.1
[INFO] [stderr]     Checking wasmtime-cranelift v26.0.1
[INFO] [stderr]     Checking atlas-plugin-host v0.1.0 (/opt/rustwide/workdir/crates/atlas-plugin-host)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/atlas-plugin-host/src/lua.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn atlas_table(&self) -> Result<mlua::Table, LuaError> {
[INFO] [stdout]    |                    ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn atlas_table(&self) -> Result<mlua::Table<'_>, LuaError> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/atlas-plugin-host/src/lua.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn atlas_table(&self) -> Result<mlua::Table, LuaError> {
[INFO] [stdout]    |                    ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn atlas_table(&self) -> Result<mlua::Table<'_>, LuaError> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: screenshots v0.8.10
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c", kill_on_drop: false }`
[INFO] [stdout] 438d05c58e7aa32f84adcae48d08c2f2102818cc619421f6ff333e8453abd36c
